projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fca781
)
* comint.el (comint-kill-region): Fix last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 18 Nov 2010 03:44:35 +0000
(22:44 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 18 Nov 2010 03:44:35 +0000
(22:44 -0500)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index ca8f775cf130ed9feadaa86db47033793c0780bf..aa0e1599537d2a25be1e800349e7a111027d5131 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-2641,7
+2641,7
@@
updated using `comint-update-fence', if necessary."
(let ((inhibit-read-only t))
(kill-region beg end yank-handler)
(comint-update-fence))))))
-(set-advertised-calling-convention 'comint-kill-
new
'(beg end) "23.3")
+(set-advertised-calling-convention 'comint-kill-
region
'(beg end) "23.3")
\f
;; Support for source-file processing commands.